home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / ncurses-5.3 / include / hashsize.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-10-27  |  117 b   |  7 lines

  1. /*
  2.  * hashsize.h -- hash and token table constants
  3.  */
  4.  
  5. #define CAPTABSIZE        497
  6. #define HASHTABSIZE    (    497 * 2)
  7.